/* Main CSS Document */
@charset "utf8";
/* reset */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1;
	outline: 0;
	-webkit-text-size-adjust: none;/* Chrome 浏览器中设置小于 12px 的字体 */
	color: #333;
}
body {
	min-width: 1400px;
	background: #FFF;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.iconfont {
	font-size: inherit;
	text-rendering: auto;
}
a {
	color: #333;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
i, em {
	font-style: normal;
}
span, em, i, u {
	text-decoration: none;
}
ul, dl, li, dd, dt {
	list-style: none;
}
td, th, div {
	word-break: break-all;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5 {
	font-size: 18px;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: top;
	/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
	-ms-interpolation-mode: bicubic;
}
.img-hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.img-hover:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blur {
	filter: url(blur.svg#blur);
	/* FireFox, Chrome, Opera */
	-webkit-filter: blur(4px);
	/* Chrome, Opera */
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
/* IE6~IE9 */
}
input, select, textarea, button {
	outline: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*resize: vertical;*/
	resize: none;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	overflow-y: auto;
}
.sinput select, .sinput textarea, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	display: inline-block;
	line-height: 16px;
	padding: 2px 5px;
	font-size: 12px;
	color: #555;
}
.sinput input[type="text"], .sinput input[type="password"] {
	height: 16px;
}
.sinput input[type="checkbox"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
}
.sinput input[type="radio"] {
	margin: 3px 6px 3px 4px;
	-webkit-appearance: radio;
	box-sizing: border-box;
}
.sinput textarea, .sinput select, .sinput input[type="text"], .sinput input[type="password"], .sinput input[type="datetime"], .sinput input[type="datetime-local"], .sinput input[type="date"], .sinput input[type="month"], .sinput input[type="time"], .sinput input[type="week"], .sinput input[type="number"], .sinput input[type="email"], .sinput input[type="url"], .sinput input[type="search"], .sinput input[type="tel"], .sinput input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
.sinput textarea:focus, .sinput input[type="text"]:focus, .sinput input[type="password"]:focus, .sinput input[type="datetime"]:focus, .sinput input[type="datetime-local"]:focus, .sinput input[type="date"]:focus, .sinput input[type="month"]:focus, .sinput input[type="time"]:focus, .sinput input[type="week"]:focus, .sinput input[type="number"]:focus, .sinput input[type="email"]:focus, .sinput input[type="url"]:focus, .sinput input[type="search"]:focus, .sinput input[type="tel"]:focus, .sinput input[type="color"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.none {
	display: none !important;
}
/*下拉二级菜单样式*/
.combobox, .selbox {
	display: block;
	position: relative;
}
.combobox .comcon, .selbox .selcon {
	display: none;/*position:absolute;*/
}
.combobox .hover, .selbox .hover {
/*这里可以稍稍做点修改 通常在单样式里做特效修改*/
}
/*清楚浮动*/
.clearfix {
	zoom: 1;
} /*ie浏览器 */
/*.clearfix:after{content:' ';display:block;clear:both;height:0;visibility:hidden;} .标准浏览器*/
.clearfix:before, .clearfix:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
/*窗体大小*/
.w-1400 {
	width: 1400px;
}
.mauto {
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
*[data-trans="t"] {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="b"] {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="l"] {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="r"] {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
*[data-trans="t"].action, *[data-trans="b"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
*[data-trans="l"].action, *[data-trans="r"].action {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
/*让position:fixed在IE6下可用! 兼容全能代码，勿删除*/ 
.fixed-top /* 头部固定 */ {
	position: fixed;
	bottom: auto;
	top: 0px;
	-webkit-transform: translateZ(0);
}
.fixed-bottom /* 底部固定 */ {
	position: fixed;
	bottom: 0px;
	top: auto;
}
.fixed-left /* 左侧固定 */ {
	position: fixed;
	right: auto;
	left: 0px;
}
.fixed-right /* 右侧固定 */ {
	position: fixed;
	right: 0px;
	left: auto;
}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html, * html body /* 修正IE6振动bug */ {
	background-image: url(about:blank);
	background-attachment: fixed;
}
* html .fixed-top /* IE6 头部固定 */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
}
* html .fixed-right /* IE6 右侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
}
* html .fixed-bottom /* IE6 底部固定  */ {
	position: absolute;
	bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
* html .fixed-left /* IE6 左侧固定 */ {
	position: absolute;
	right: auto;
 _left:expression(eval(document.documentElement.scrollLeft));
}
/* 弹出窗口 */
.modal_backdrop {
	width: 100%;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	z-index: 100001;
	display: none;
}
.modal_backdrop-black {
	background: #000;
}
.modal_backdrop-write {
	background: #FFF;
}
.modal_backdrop-transparent {
	background: transparent;
}
.modal_tbox {
	left: 0;
	width: 100%;
	z-index: 100002;
}
.modal_tbox .tconbox {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	display: none;
}
.modal_tbox .tconbox .tcon-close {
	right: 45px;
	top: 45px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	background: url(/public/images/close.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: none;
}
.modal_tbox .tconbox .tcon-close:hover {
	background-position: right top;
}
.modal_tbox .tconbox .tcon-til {
	padding: 20px 45px 0;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.modal_tbox .tconbox .tcon-con {
	padding: 0 45px;
}
/* 加载处理窗口 */
.modalbg_loading-box {
	z-index: 100003;
}
.modal_loading-box {
	z-index: 100004;
}
.modal_tbox .loading-box {
	width: 64px;
	height: 20px;
	box-shadow: none;
}
.modal_tbox .loading-box .ball-beat > div {
	background-color: rgba(0,0,0,.5);
}
.modal_tbox .loading-box .msg {
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}
/* 复制弹窗 */
.modalbg_mcopy-box {
}
.modal_mcopy-box {
}
.modal_tbox .mcopy-box {
	width: 701px;
	height: auto;
	background: #FFF;
}
.modal_tbox .mcopy-box .tcon-close {
	right: 24px;
	top: 24px;
	width: 16px;
	height: 16px;
}
.modal_tbox .mcopy-box .tcon-con {
	padding: 0;
}
.modal_tbox .mcopy-box .tcon-con .d-dl {
}
.modal_tbox .mcopy-box .tcon-con .d-dd {
	margin: 35px 0;
	padding: 0 35px;
	width: 280px;
	text-align: center;
	display: inline-block;
	float: left;
}
.modal_tbox .mcopy-box .tcon-con .d-til {
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 24px;
}
.modal_tbox .mcopy-box .tcon-con .d-con {
}
.modal_tbox .mcopy-box .tcon-con .d-con .con {
	font-size: 16px;
}
.modal_tbox .mcopy-box .tcon-con .d-con .img {
	margin: 25px 0 15px;
}
.modal_tbox .mcopy-box .tcon-con .d-1 {
}
.modal_tbox .mcopy-box .tcon-con .d-1 .d-con .con {
	line-height: 34px;
}
.modal_tbox .mcopy-box .tcon-con .d-1 .d-con .btn {
	margin: 0 auto;
	width: 160px;
	line-height: 44px;
	font-size: 18px;
	display: block;
	color: #FFF;
	background: #C81839;
}
.modal_tbox .mcopy-box .tcon-con .d-2 {
	border-left: 1px solid #DDD;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con {
	position: relative;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con input[type='text'] {
	padding: 0 70px 0 10px;
	width: 100%;
	height: 34px;
	border: 1px solid #DDD;
	outline: 0 none;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .con input[type='submit'] {
	right: 0;
	top: 0;
	width: 60px;
	height: 34px;
	border: none;
	outline: 0 none;
	color: #FFF;
	background: #C81839;
	position: absolute;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til {
	line-height: 22px;
	font-size: 16px;
	color: #C81839;
}
.modal_tbox .mcopy-box .tcon-con .d-2 .d-con .til span {
	font-size: 14px;
	display: block;
	color: #666;
}
/* 分页样式 */
.mpage_boxs {
	font-size: 0;
	text-align: center;
}
.mpage_boxs ul {
	margin-left: -10px;
	display: inline-block;
}
.mpage_boxs li {
	margin-left: 10px;
	padding-top: 60px;
	line-height: 42px;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.mpage_boxs a, .mpage_boxs span {
	padding: 0 20px;
	border: 1px solid #DDD;
	text-decoration: none;
	display: block;
	background: #FFF;
	overflow: hidden;
}
.mpage_boxs a {
	cursor: pointer;
	color: #C81839;
}
.mpage_boxs span {
	color: #999;
}
.mpage_boxs .cur {
}
.mpage_boxs .cur a, .mpage_boxs a:hover {
	padding:1px 21px;
	border:none;
	color:#FFF;
	background: #C81839;
}
/* .hd-boxs */
.hd-boxs {
	height: 80px;
}
.hd-con {
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.1);
	box-shadow: 0 0 10px rgba(50,50,50,0.1);
	background:#FFF;
	z-index: 99999;
}
.hd-logo {
	float: left;
}
.hd-logo a {
	width:65px;
	height:80px;
	display: block;
}
.hd-mnav {
	float: right;
	position: relative;
	overflow: hidden;
}
.hd-mnav .nav-bar {
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	opacity: 0;
	background: #C81839;
	position: absolute;
}
.hd-mnav ul {
	margin: 0 -40px;
}
.hd-mnav ul li {
	padding: 0 40px;
	display: inline-block;
	float: left;
}
.hd-mnav ul li a {
	margin: 0 -40px;
	padding: 0 40px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	display: block;
}
.hd-mnav ul li span {
	line-height: 80px;
	font-size: 18px;
	display: block;
	position: relative;
}
.hd-mnav ul li span:before {
	content: " ";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	display: none;
	background: #C81839;
	position: absolute;
}
.hd-mnav ul .active span:before {
	display: block;
}
.hd-on .hd-mnav .nav-bar, .hd-on .hd-mnav ul li span:before {
	background: #C81839;
}
.hd-on .hd-mnav ul li a {
	color: #333;
}
.hd-on .hd-mnav ul .on a, .hd-on .hd-mnav ul .active a, .hd-on .hd-mnav ul li a:hover {
	color: #C81839;
}
/* 中部 */
.bd-boxs {
}
/* 底部 */
.ft-boxs {
	padding-bottom:15px;
	color:#FFF;
	background: #141C2D;
}
.ft-boxs a {
	color:#CCC;
}
.ft-superior {
	margin-bottom:60px;
	padding:40px 0;
	border-bottom:1px solid #3D4044;
}
.ft-superior dl {
	display: flex;
	flex-direction: row;
	place-content: stretch space-between;
	align-items: stretch;
}
.ft-superior dl dd {
}
.ft-superior dl dd a {
	line-height:38px;
	font-size:18px;
	display:inline-block;
	color:#FFF;
	position:relative;
}
.ft-superior dl dd a i, .ft-superior dl dd a span {
	display:inline-block;
	float:left;
}
.ft-superior dl dd a i {
	margin-right:10px;
	width:38px;
	font-size:38px;
}
.ft-dl {
}
.ft-dd {
	display:inline-block;
	float:left;
}
.ft-d1 {
	float:left;
}
.ft-d1 dl {
}
.ft-d1 dl dd {
	width:250px;
	display:inline-block;
	float:left;
}
.ft-d1 dl dd .til {
	margin-bottom:15px;
	line-height:20px;
	font-size:18px;
	display:block;
}
.ft-d1 dl dd .til a {
	color:#FFF;
}
.ft-d1 dl dd .con {
	height:96px;
	overflow:hidden;
}
.ft-d1 dl dd ul {
}
.ft-d1 dl dd ul li {
	width:100%;
	line-height:24px;
	display:inline-block;
	float:left;
	color:#CCC;
}
.ft-d1 dl dd ul li a:hover {
	color: #C81839;
}
.ft-d1 dl .d-4 {
	width:340px;
}
.ft-d2 {
	text-align:center;
	float:right;
}
.ft-d2 .img {
	margin-bottom:10px;
}
.ft-d2 .til {
	font-size:14px;
	color:#CCC;
}
.ft-links {
	padding:45px 0 5px;
	color:#CCC;
}
.ft-links ul {
	margin-left:-15px;
}
.ft-links ul li {
	margin-left:15px;
	line-height:32px;
	display:inline-block;
	float:left;
}
.ft-links ul li:first-child {
	margin-right:-15px;
}
.ft-copyright {
	line-height:24px;
	color:#CCC;
}
.ft-copyright span {
	margin-left:15px;
}
.ft-copyright span img {
	margin-right:5px;
	vertical-align: text-bottom;
}
/* 当前位置 */
.bd-position {
	padding-left:30px;
	line-height: 70px;
	color: #999;
	position: relative;
}
.bd-position:before {
	left:0;
	top:0;
	font-size:20px;
	position:absolute;
}
.bd-position a {
	color: #999;
}
.bd-position a:hover {
	color: #C81839;
}
/* 公共样式 */
.bd-mbox {
}
.bd-mbox .bm-til {
	padding: 100px 0 50px;
	font-size: 0;
	text-align: center;
}
.bd-mbox .bm-til ul {
	display:inline-block;
}
.bd-mbox .bm-til ul li {
	line-height: 60px;
	font-size: 54px;
	display: inline-block;
	float:left;
}
.bd-mbox .bm-til ul li span {
	margin-top:21px;
	width:18px;
	height:18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	display:inline-block;
	float:left;
}
.bd-mbox .bm-til ul li .s-1 {
	background:#E4E4E4;
}
.bd-mbox .bm-til ul li .s-2 {
	background:#C0C0C0;
}
.bd-mbox .bm-til ul li .s-3 {
	background:#A5A5A5;
}
.bd-mbox .bm-til ul .l-1 span {
	margin-right:15px;
}
.bd-mbox .bm-til ul .l-2 {
	padding:0 25px;
}
.bd-mbox .bm-til ul .l-2 em {
	margin:0 10px;
}
.bd-mbox .bm-til ul .l-3 span {
	margin-left:15px;
}
.bd-mbox .bm-til .c-con {
	padding-top:15px;
	line-height:30px;
	font-size:16px;
	color:#999;
}
/* 定制流程 */
.bd-liucheng {
}
.bd-liucheng .bm-con {
	padding-bottom:100px;
}
.bd-liucheng .bm-con dl {
	margin:-10px 0 0 -10px;
}
.bd-liucheng .bm-con dl dd {
	margin:10px 0 0 10px;
	width:225px;
	display:inline-block;
	float:left;
}
.bd-liucheng .bm-con dl dd a {
	line-height:113px;
	text-align:center;
	border:1px solid #DDD;
	display:block;
	position:relative;
}
.bd-liucheng .bm-con dl dd .til {
	left:0;
	top:0;
	width:100%;
	font-size:70px;
	font-style:italic;
	color:#FCF4F6;
	position:absolute;
}
.bd-liucheng .bm-con dl dd .con {
	padding-left:50px;
	font-size:24px;
	display:inline-block;
	position:relative;
}
.bd-liucheng .bm-con dl dd .con i {
	left:0;
	top:0;
	font-size:40px;
	color:#666;
	position:absolute;
}
.bd-liucheng .bm-con dl dd a:hover {
	border-color:#C81839;
	color:#FFF;
	background:#C81839;
}
.bd-liucheng .bm-con dl dd a:hover .til {
	color:#B80B2C;
}
.bd-liucheng .bm-con dl dd a:hover .con i {
	color:#FFF;
}
/* 获取方案 */
.bd-huoqufangan {
	padding:60px 0;
	background:#F5F5F5;
}
.bd-huoqufangan .bm-con {
	background:#FFF;
}
.bd-huoqufangan .bm-con .d-dl {
}
.bd-huoqufangan .bm-con .d-dd {
	display:inline-block;
	float:left;
}
.bd-huoqufangan .bm-con .d-1 {
	padding:50px 65px;
	width:780px;
}
.bd-huoqufangan .bm-con .d-til {
	margin-bottom:40px;
	line-height:50px;
	font-size:18px;
}
.bd-huoqufangan .bm-con .d-til b {
	margin-right:15px;
	font-size:36px;
}
.bd-huoqufangan .bm-con .d-con {
}
.bd-huoqufangan .bm-con .d-con dl {
	margin:-12px 0 0 -12px;
}
.bd-huoqufangan .bm-con .d-con dl dd {
	margin:12px 0 0 12px;
	display:inline-block;
	float:left;
}
.bd-huoqufangan .bm-con .d-con dl dd input[type="text"], .bd-huoqufangan .bm-con .d-con dl dd select {
	padding:0 20px;
	width:100%;
	height:60px;
	font-size:16px;
	border:none;
	background:#F5F5F5;
}
.bd-huoqufangan .bm-con .d-con dl dd textarea {
	width:100%;
	height:160px;
	line-height:30px;
	border:20px solid #F5F5F5;
	font-size:16px;
	font-family: "微软雅黑", "\5fae\8f6f\96c5\9ed1", Arial, Helvetica, sans-serif;
	background:#F5F5F5;
	float:left;
}
.bd-huoqufangan .bm-con .d-con .d-d2 .btn[data-id="submit"] {
	width:175px;
	line-height:54px;
	font-size:20px;
	text-align:center;
	color:#FFF;
	background:#C81839;
}
.bd-huoqufangan .bm-con .d-con .d-d2 .btn[data-id="submit"] i {
	margin-left:15px;
}
.bd-huoqufangan .bm-con .d-con dl dd input[type="submit"] {
	left:0;
	top:0;
	width:175px;
	height:54px;
	border:none;
	outline:0 none;
	background: transparent;
	position:absolute;
}
.bd-huoqufangan .bm-con .d-con .d-d1 {
	width:252px;
}
.bd-huoqufangan .bm-con .d-con .d-d2 {
	width:780px;
}
.bd-huoqufangan .bm-con .d-2 {
	padding-top:80px;
}
.bd-huoqufangan .bm-con .d-2 ul {
	margin-top:-40px;
}
.bd-huoqufangan .bm-con .d-2 ul li {
	margin-top:40px;
	padding-left:60px;
	height:45px;
	line-height:20px;
	font-size:18px;
	position:relative;
}
.bd-huoqufangan .bm-con .d-2 ul li i {
	left:0;
	top:0;
	width:45px;
	line-height:45px;
	font-size:45px;
	text-align:center;
	color:#999;
	position:absolute;
}
.bd-huoqufangan .bm-con .d-2 ul li .til {
	height:20px;
	line-height:20px;
	display:block;
}
.bd-huoqufangan .bm-con .d-2 ul li .con {
	height:25px;
	line-height:25px;
	display:block;
}
/* 走进源园 */
.bd-guanyu {
}
.bd-guanyu .bm-con {
	position:relative;
}
.bd-guanyu .bm-con .c-about {
	padding-right:760px;
	height:410px;
	position:relative;
}
.bd-guanyu .bm-con .c-about .til {
	margin-bottom:15px;
	line-height:40px;
	font-size:30px;
	font-weight:bold;
	color:#C81839;
}
.bd-guanyu .bm-con .c-about .con {
	line-height:30px;
	font-size:16px;
}
.bd-guanyu .bm-con .c-about .player {
	right:0;
	top:0;
	width:700px;
	height:100%;
	position:absolute;
}
.bd-guanyu .bm-con .c-tab {
	position:relative;
}
.bd-guanyu .bm-con .c-tab ul {
	margin-left:-20px;
	left:0;
	top:-64px;
	position:absolute;
}
.bd-guanyu .bm-con .c-tab ul li {
	margin-left:20px;
	width:200px;
	display:inline-block;
	float:left;
}
.bd-guanyu .bm-con .c-tab ul li a {
	line-height:62px;
	font-size:22px;
	text-align:center;
	border:1px solid #DDD;
	display:block;
}
.bd-guanyu .bm-con .c-tab ul .on a {
	border-color:#C81839;
	color:#FFF;
	background:#C81839;
}
.bd-guanyu .bm-con .c-con {
	padding:40px 0 100px;
}
.bd-guanyu .bm-con .c-con .bd-con {
	display:none;
}
.bd-guanyu .bm-con .c-con ul {
	margin-left:-20px;
}
.bd-guanyu .bm-con .c-con ul li {
	margin-left:20px;
	display:inline-block;
	float:left;
}
.bd-guanyu .bm-con .c-con ul li a {
	width:335px;
	display:block;
}
.bd-guanyu .bm-con .c-con ul li .img {
	overflow:hidden;
}
/* 常规问题 */
.bd-wenti {
}
.bd-wenti .bm-con {
	padding-bottom:100px;
}
.bd-wenti .bm-con .d-dl {
}
.bd-wenti .bm-con .d-dd {
	display:inline-block;
}
.bd-wenti .bm-con .d-1 {
	width:585px;
	float:left;
}
.bd-wenti .bm-con .d-1 a {
	display:block;
	-webkit-box-shadow: 0 0 10px rgba(50,50,50,0.05);
	-moz-box-shadow: 0 0 10px rgba(50,50,50,0.05);
	box-shadow: 0 0 10px rgba(50,50,50,0.05);
}
.bd-wenti .bm-con .d-1 .img {
	margin-bottom:10px;
	overflow:hidden;
}
.bd-wenti .bm-con .d-1 .til, .bd-wenti .bm-con .d-1 .con {
	padding:0 20px 0 60px;
	position:relative;
}
.bd-wenti .bm-con .d-1 .til i, .bd-wenti .bm-con .d-1 .con i {
	left:0;
	top:0;
	width:60px;
	font-size:24px;
	text-align:center;
	color:#BBB;
	position:absolute;
}
.bd-wenti .bm-con .d-1 .til {
	height:50px;
	line-height:50px;
	font-size:20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-wenti .bm-con .d-1 .con {
	margin-bottom:15px;
	line-height:20px;
	font-size:16px;
	color:#666;
}
.bd-wenti .bm-con .d-1 .con i {
	top:3px;
}
.bd-wenti .bm-con .d-1 .time {
	padding:0 20px 20px;
	line-height:20px;
	color:#666;
}
.bd-wenti .bm-con .d-1 a:hover .til {
	color:#C81839;
}
.bd-wenti .bm-con .d-2 {
	width:785px;
	height:460px;
	background:#F5F5F5;
	float:right;
}
.bd-wenti .bm-con .d-2 .d-con {
	padding:35px 55px 0;
}
.bd-wenti .bm-con .d-2 ul {
}
.bd-wenti .bm-con .d-2 ul li {
	border-top:1px solid #DDD;
	width:100%;
	display:inline-block;
	float:left;
}
.bd-wenti .bm-con .d-2 ul li:first-child {
	border:none;
}
.bd-wenti .bm-con .d-2 ul li a {
	padding:20px 0;
	display:block;
}
.bd-wenti .bm-con .d-2 ul li .til, .bd-wenti .bm-con .d-2 ul li .con {
	padding:0 20px 0 60px;
	position:relative;
}
.bd-wenti .bm-con .d-2 ul li .til i, .bd-wenti .bm-con .d-2 ul li .con i {
	left:0;
	top:0;
	width:60px;
	font-size:24px;
	text-align:center;
	color:#BBB;
	position:absolute;
}
.bd-wenti .bm-con .d-2 ul li .til {
	height:40px;
	line-height:40px;
	font-size:20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-wenti .bm-con .d-2 ul li .til i {
}
.bd-wenti .bm-con .d-2 ul li .con {
	height:48px;
	line-height:24px;
	font-size:16px;
	color:#666;
}
.bd-wenti .bm-con .d-2 ul li .con i {
	top:3px;
}
.bd-wenti .bm-con .d-2 ul li a:hover .til {
	color:#C81839;
}
.bd-wenti.on {
	background:#F5F5F5;
}
.bd-wenti.on .bm-con .d-1 a, .bd-wenti.on .bm-con .d-2 {
	background:#FFF;
}
/* 资质证书 */
.bd-zhengshu {
	background:#F5F5F5;
	overflow:hidden;
}
.bd-zhengshu .bm-con {
	padding-bottom:100px;
	position:relative;
}
.bd-zhengshu .bm-con .btn {
	top:198px;
	width:60px;
	height:60px;
	line-height:60px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	border:5px solid #DDD;
	-moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display:block;
	color:#DDD;
	position:absolute;
}
.bd-zhengshu .bm-con .prev {
	left:-100px;
}
.bd-zhengshu .bm-con .next {
	right:-100px;
}
.bd-zhengshu .bm-con .btn:hover {
	border-color:#C81839;
	color:#C81839;
}
.bd-zhengshu .bm-con .bd {
	height:467px;
	overflow:hidden;
}
.bd-zhengshu .bm-con .bd ul {
	margin-left:-16px !important;
}
.bd-zhengshu .bm-con .bd ul li {
	margin-left:16px;
	display:inline-block;
	float:left;
}
.bd-zhengshu .bm-con .bd ul li a {
	padding:120px 0 15px;
	width:338px;
	text-align:center;
	display:block;
	color:#666;
	background:#FFF;
}
.bd-zhengshu .bm-con .bd ul li .img {
	margin:0 auto;
	width:250px;
	height:180px;
	display:block;
	position:relative;
	overflow:hidden;
}
.bd-zhengshu .bm-con .bd ul li em {
	padding-bottom:20px;
	left:0;
	top:-20px;
	width:100%;
	height:180px;
	font-size:40px;
	text-align:center;
	opacity: 0;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	display:block;
	color:red;
	background:rgba(0,0,0,.15);
	position:absolute;
}
.bd-zhengshu .bm-con .bd ul li .iconfont {
	margin: -15px 0 0 50%;
	left:-25px;
	top:50%;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#FFF;
	background:#C81839;
	position:absolute;
	overflow:hidden;
}
.bd-zhengshu .bm-con .bd ul li .til {
	margin:85px auto 0;
	width:250px;
	line-height:66px;
	border-top:1px solid #DDD;
	display:block;
}
.bd-zhengshu .bm-con .bd ul li a:hover em {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.bd-zhengshu .bm-con .bd ul li a:hover .til {
	color:#C81839;
}